.headline_box {
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    margin: 30px 0 24px 0;
    padding: 25px;
}

.big_headline p,
.big_headline p a {
    font-size: 34px;
    font-weight: 800;
    color: #333333;
    text-align: center;
}

.big_headline span {
    color: #E50012;
}

.little_headline {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.little_headline a {
    color: #333333;
}
.news_word{
    width: 380px;
    height: 443px;
    background: #ffffff;
    border-radius: 4px;
    padding: 30px 20px;
}
.news_word li{
    margin-bottom: 10.5px;
}
.news_word li:nth-of-type(5n+1) a{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.news_word li a{
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_word p{
    padding-bottom: 11.5px;
    border-bottom: 1px solid #eeeeee;
}
.news_word p:first-of-type + li {
    margin-top: 5px;
}
.news_word p:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.mySwiper1{
    width: 790px;
    height: 443px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.mySwiper1 img{
    width: 100%;
    height: 100%;
}
.swiper1-button-next{
    top: auto !important;
    right: 20px!important;
    bottom: 23px!important;
    width: 16px!important;
    height: 30px!important;  
    background: url(../images/next.png?v=20230526094134?v=20240225191430) no-repeat; 
    background-size: 16px 30px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: ''!important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: ''!important;
}
.swiper1-button-prev{
    top: auto!important;
    left: 20px!important;
    bottom: 23px!important;
    width: 16px!important;
    height: 30px!important;  
    background: url(../images/next.png?v=20230526094134?v=20240225191430) no-repeat; 
    background-size: 16px 30px;
    transform: rotate(180deg);
}
.swiper1-pagination .swiper-pagination-bullet{
    width: 10px!important;
    height: 3px!important;
    border-radius: 1px!important;
    background: #fff;
    opacity: .2;
}
.swiper1-pagination .swiper-pagination-bullet-active{
    width: 16px!important;
    opacity: 1;
}
.mySwiper1 .stitle_sha{
    width: 100%;
    height: 76px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    border-radius: 0px 0px 4px 4px;
    margin-top: -78px;
    position: relative;
}
.mySwiper1 .stitle_sha p{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    width: 660px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.zw_box{
    width: 380px;
    height: 80px;
    overflow:hidden;
}
.zw_box img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.notice_box{
    width: 587px;
    height: 130px;
    background: url(../images/notice_bg.png?v=20240225191430) no-repeat;
    background-size: 100% 130px;
    border-radius: 4px;
}
.notice_img{
    width: 60px;
    height: 60px;
    margin: 35px;
}
.notice_img img{
    width: 100%;
    height: 100%;
}
.mySwiper2{
    width: 454px;
    height: 115px;
    overflow: hidden;
    margin-top: 15px;
}
.mySwiper2 p{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mySwiper2 p::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e5e5e5;
    margin-right: 10px;
    margin-bottom: 4px;
}
.m_title{
    width: fit-content;
    margin: 30px auto;
}
.m_title a{
    display: block;
}
.m_title a p{
    font-size: 30px;
    color: #333333;
    font-weight: 700;
}
.m_title a p:first-child{
    color: #e50012;
}
.video_list {
    width: 790px;
}
.video_list li{
    width: 175px;
    margin-right: 30px;
    /*margin-bottom: 25px;*/
    height:160px;
    overflow:hidden;
}
.video_list li .indexpic_box{
    width: 100%;
    height: 100px;
    position: relative;
}
.video_list li .indexpic_box img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.video_list li .indexpic_box .video_duration{
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    padding-right: 10px;
    line-height: 30px;
}
.video_list li p{
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-top: 10px;
}
.video_list li:nth-child(4n){
    margin-right: 0;
}
.big_video{
    width: 380px;
    height: 322px;
    border-radius: 4px;
}
.big_video .indexpic_box{
    width: 100%;
    height: 214px;
    position: relative;
}
.big_video .indexpic_box img{
    width: 100%;
    height: 100%;
}
.big_video .indexpic_box .video_duration {
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    padding-right: 10px;
    line-height: 50px;
}
.big_video .indexpic_box .play_icon{
    width: 42px;
    height: 42px;
    position: absolute;
    background: url(../images/play_icon.png?v=20230526094134?v=20240225191430) no-repeat;
    background-size: 100%;
    left: 46%;
    top: 40%;
}
.big_video .desc{
    width: 100%;
    height: 108px;
    padding: 20px 15px;
    background-color: #ffffff;
    border-radius: 4px;
}
.big_video .desc p{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
.big_video .desc .pub_time{
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
}
.services_icon{
    width: 60px;
    height: 130px;
}
.services_icon img{
    width: 100%;
    height: 100%;
}
.services_swiper_box{
    width: 535px;
    height: 130px;
    background: #f9fbff;
    border-radius: 4px;
    position: relative;
}
.bm .ad_box{
    width: 310px;
    height:100%;
    overflow:hidden;
}
.mySwiper3{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
}
.mySwiper3 .swiper-slide{
    width: 110px;
    height: 90px;
    background: #ffffff;
    border-radius: 2px;
    margin-top: 20px;
}
.mySwiper3 .swiper-slide img{
    display: block;
    width: 32px;
    height: 32px;
    margin: 18px auto 12px;
}
.mySwiper3 .swiper-slide p{
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.swiper3-button-next{
    top: 80px!important;
    right: 20px!important;
    bottom: 23px!important;
    width: 12px!important;
    height: 18px!important;  
    background: url(../images/next2.png?v=20230526094134?v=20240225191430) no-repeat; 
    background-size: 12px 18px;
}
.swiper3-button-prev{
    top: 80px!important;
    left: 20px!important;
    bottom: 23px!important;
    width: 12px!important;
    height: 18px!important; 
    background: url(../images/next2.png?v=20230526094134?v=20240225191430) no-repeat; 
    background-size: 12px 18px;
    transform: rotate(180deg);
}
.list_matrix{
    /* margin-bottom: 40px; */
    margin-top: 30px;
}
.normal-box {
    width: 380px;
    float: left;
    margin-right: 30px;
    /* margin-bottom: 50px; */
}
.normal-box:nth-child(3n){
    margin-right: 0;
}
.normal-box:nth-child(4),.normal-box:nth-child(5),.normal-box:nth-child(6){
    margin-bottom: 0;
}
.normal-box .matrix_header{
    margin-bottom: 30px;
}
.normal-box .matrix_header .column_name{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    float: left;
}
.normal-box .matrix_header .more{
    display: block;
    font-size: 14px;
    color: #999999;
    float: right;
    line-height: 33px;
}
.normal-box_list{
    background: #ffffff;
    border-radius: 4px;
}
.normal-box_list li{
    width: 380px;
}
.normal-box_list li.has_img{
    height: 214px;
    position: relative;
    margin-bottom: 22px;
}
.normal-box_list li.has_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.normal-box_list li.has_img .sha_mask{
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    position: absolute;
    bottom: 0;
}
.normal-box_list li.has_img .sha_mask p{
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.normal-box_list li.words{
   padding: 0 15px;
}
.normal-box_list li.words p::before{
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-right: 10px;
 }
 .normal-box_list li.words p{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 16px;
 }
 .two_pic_box{
    margin-bottom: 20px;
 }
 .two_pic_box img{
    width: 175px;
    height: 100px;
    border-radius: 4px;
 }
 .two_pic_box .two_pic_li{
    width: 175px;
    height: 180px;
    background: #ffffff;
    border-radius: 4px;
 }
 .two_pic_box .p_box{
    width: 175px;
    height: 80px;
    padding: 20px 15px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    background: #ffffff;
 }
 .words_list{
    width: 380px;
    background: #ffffff;
    border-radius: 4px;
    padding: 23px 0 5px 0;
 }
.words_list li {
    padding: 0 15px;
}

.words_list li {
    width: 380px;
}
.words_list li p {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 18px;
}
.words_list li p::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-right: 10px;
}
.hasimg_list li{
    margin-bottom: 20px;
}
.hasimg_list li img{
    /* display: block; */
    width: 142px;
    height: 80px;
    border-radius: 4px;
}
.hasimg_list li .title_box{
    width: 238px;
    height: 80px;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    color: #333333;
    line-height: 21px;  
}
.img_matrix_list li{
    width: 175px;
    height: 180px;
    background: #ffffff;
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.img_matrix_list li img{
    display: block;
    width: 175px;
    height: 100px;
    border-radius: 4px;
}
.img_matrix_list li .title_box{
    padding: 20px 15px;
    color: #333333;
    line-height: 21px;
    font-size: 14px;
}
.img_matrix_list li:nth-child(2n){
    margin-right: 0;
}
.city_news_tab{
    margin-bottom: 30px;
}
.city_news_tab .tab_ul li{
    float: left;
    padding: 0 15px;
    height: 30px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    margin: 0 27px 10px 0;
}
.city_news_tab .tab_ul li a{
    color: #333333;
}
.city_news_tab .tab_ul li.active a{
    color: #ffffff;
}
.tab_content_box{
    margin-top: 20px;
    position: relative;
    height: 214px;
}
.tab_content{
    display: none;
}
.tab_content.tab_show{
    display: block!important;
    position: absolute;
    top: 0;
}
.mySwiper4{
    width: 380px;
    height: 214px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.mySwiper4 .swiper-slide{
    width: 100%!important;
}
.mySwiper4 .swiper-slide img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.mySwiper4 .swiper-slide .stitle_sha{
    position: absolute;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
    border-radius: 4px;
    bottom: 0;
}
.mySwiper4 .swiper-slide .stitle_sha p{
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    position: absolute;
    bottom: 10px;
}
.swiper4-button-next{
    top: auto !important;
    right: 10px!important;
    bottom: 100px!important;
    width: 12px!important;
    height: 22px!important;  
    background: url(../images/next.png?v=20230526094134?v=20240225191430) no-repeat; 
    background-size: 12px 22px;
}
.swiper4-button-prev{
    top: auto!important;
    left: 10px!important;
    bottom: 100px!important;
    width: 12px!important;
    height: 22px!important;  
    background: url(../images/next.png?v=20230526094134?v=20240225191430) no-repeat; 
    background-size: 12px 22px;
    transform: rotate(180deg);
}
.tab_list1{
    float: left;
    width: 380px;
    height: 214px;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 30px;
    padding: 15px;
}
.tab_list1 p{
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tab_list1 p a{
    color: #333333;
}
.tab_list1 p::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}

.tab_list_card{
    width: 175px;
    height: 214px;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 30px;
}
.tab_list_card img{
    width: 100%;
    height: 100px;
    border-radius: 4px;
}
.tab_list_card p{
    width: 145px;
    height: 63px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tab_list_card .pub_time{
    margin-left: 15px;
    font-size: 12px;
    color: #999999;
}
.mySwiper5{
    width: 100%;
    height: 283px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.mySwiper5 .swiper-slide img{
    display: block;
    width: 380px;
    height: 200px;
    border-radius: 4px;
}
.mySwiper5 .swiper-slide .title_box{
    width: 380px;
    height: 83px;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 15px;
}
.mySwiper5 .swiper-slide .title_box p{
    color: #222222;
    font-size: 16px;
    margin-bottom: 10px;
}
.mySwiper5 .swiper-slide .title_box .pub_time{
    font-size: 12px;
    color: #999999;
}
.swiper5-button-next{
    top: 105px !important;
    right: 10px!important;
    bottom: 23px!important;
    width: 34px!important;
    height: 34px!important;  
    background: url(../images/next3.png?v=20230526094134?v=20240225191430) no-repeat; 
    background-size: 34px 34px;
}
.swiper5-button-prev{
    top: 105px!important;
    left: 10px!important;
    bottom: 23px!important;
    width: 34px!important;
    height: 34px!important;  
    background: url(../images/next3.png?v=20230526094134?v=20240225191430) no-repeat; 
    background-size: 34px 34px;
    transform: rotate(180deg);
}
.tuji_tabs{
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}
.tuji_tabs li {
    float: left;
    padding: 0 15px;
    height: 30px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    margin: 0 30px 10px 0;
}
.tuji_tabs li a{
    color: #333333;
}
.tuji_tabs li.act a {
    color: #ffffff;
}
.tuji_content{
    display: none;
}
.tuji_content a {
    display: block;
    width: 100%;
    height: 100%;
}
.tuji_content .left{
    width: 272px;
    margin-right: 5px;
}
.tuji_content .left img{
    width: 100%;
    height: 430px;
    border-radius: 4px;
    display:block;
}
.tuji_content .left_center{
    width: 303px;
    margin-right: 5px;
}
.tuji_content .left_center img{
    width: 100%;
    height: 213px;
    border-radius: 4px;
    display:block;
    margin-bottom: 5px;
}
.tuji_content .right{
    width: 200px;
    margin-right: 5px;
}
.tuji_content .right img{
    width: 100%;
    height: 212px;
    border-radius: 4px;
    display:block;
    margin-bottom: 5px;
}
.tuji_content .tuji_sha p{
    width: calc(100% - 40px);
}
.tuji_content .left a:hover .tuji_sha{
    display: block;
}
.tuji_content .left_center a:hover .tuji_sha{
    display: block;
}
.tuji_content .center a:hover .tuji_sha{
    display: block;
}
.tuji_content .right a:hover .tuji_sha{
    display: block;
}
.tuji_content .tuji_sha{
    padding: 0 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.50));
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    display: none;
}
.tuji_content .tuji_sha img{
    width: 16px!important;
    height: 14px!important;
    display: inline-block!important;
    margin-bottom: 0!important;
}
.tuji_content .center{
    width: 200px;
    height: 430px;
    margin-right: 5px;
}
.tuji_content .center img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display:block;
    margin-bottom: 5px;
}
.media_link{
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 30px;
}
.media_link .name{
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-right: 20px;
}
.media_list{
    width: 1060px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.link_list{
    width: 1060px;
}
.media_list li,.link_list li a{
    float: left;
    font-size: 12px;
    color: #333333;
    margin-right: 30px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}
.media_list li img,.link_list li img{
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top:20px;
    z-index: 999;
    display: none;
}
.media_list li:hover img{
    display: block;
}